42 research outputs found

    You Have Died of Dysentery: A First Attempt at Navigating a Course in Educational Games

    Get PDF
    This paper describes our experiences developing and piloting a course in educational games. We discuss the structure of the course, the topics we included in the course, as well as the final projects the students created for the course. Of particular interest to non-technical educators interested in exploring games in their courses is the fact that our course incorporated many critical thinking skills as part of the coursework. We felt that an important part of the student’s immersion in this material was not just the production of the game, but also a deeper understanding of the issues surrounding education and educational games. Also included are suggestions for the course with the video game production aspect removed

    Is this thing on? Determining Comfort Level with Communication Skills in a Technical Discipline

    Get PDF
    Students with a technology focus often express and demonstrate that they find it difficult to communicate their ideas and designs. Students in the Rochester Institute of Technology’s School of Interactive Games and Media are further challenged in that in order to be successful in their pursuit of a career in game design and development, they need to effectively convey their game ideas and design specifications while expressing the passion for the ideas that will convince others to climb on board and work on their projects. In this paper, we discuss the way we help our students develop these skills within a course structure. Through several course offerings, the faculty and students anecdotally noted that the students communication skills improved and their comfort in communication improved as well. In order to more accurately determine if this observed improvement was measurable, a survey of comfort with communication skills was created. The paper will present the results of an exploratory study using the instrument, which involved administering the survey to the students in the course as well as students in another course without a focus in development of these skills. The results from both sets of students were analyzed to determine if there was an increase in comfort with communication skills and to begin a process of validating this new instrument

    Understanding and Improving the Culture of Hackathons: Think Global Hack Local

    Get PDF
    Hackathons bring developers, artists and designers together around a shared challenge: ideate, plan and create an application in a highly constrained time frame. A way to socialize, solve problems, and strengthen soft and hard skills, hackathons have grown tremendously in popularity in the last half decade. Despite this growth, it has been noted that females do not participate in hackathons with the same frequency as males. Some theorize that the hackathon culture is intimidating, does not appeal to women, or that it acts to amplify pre-existing cultural biases in computing. In this paper we introduce an alternative format for hackathons to address these issues. Think Global Hack Local (TGHL) is a non-competitive, community-based hackathon that connects non-profit organizations with student developers. Students donate a weekend to solve problems that these organizations otherwise lack the resources to solve. To date, there have been two TGHL hackathons, and we have observed many interesting divergences within the culture of TGHL in comparison to other hackathons. Response has been positive, and nearly all of them indicate that they would do it again. By adopting some of these ideas, we believe that hackathons can become an environment that is more inclusive and fun for all

    Learning Loops: A Replication Study Illuminates Impact of HS Courses

    Get PDF
    A recent study about the effectiveness of subgoal labeling in an introductory computer science programming course both supported previous research and produced some puzzling results. In this study, we replicate the experiment with a different student population to determine if the results are repeatable. We also gave the experimental task to students in a follow-on course to explore if they had indeed mastered the programming concept. We found that the previous puzzling results were repeated. In addition, for the novice programmers, we found a statistically significant difference in performance based on whether the student had previous programming courses in high school. However, this performance difference disappears in a follow-on course after all students have taken an introductory computer science programming course. The results of this study have implications for how quickly students are evaluated for mastery of knowledge and how we group students in introductory programming courses

    The Curious Case of Loops

    Get PDF
    Background and Context: Subgoal labeled worked examples are effective for teaching computing concepts, but the research to date has been reported in a piecemeal fashion. This paper aggregates data from three studies, including data that has not been previously reported upon, to examine more holistically the effect of subgoal labeled worked examples across three student populations and across different instructional designs. Objective: By aggregating the data, we provide more statistical and explanatory power for somewhat surprising yet replicable results. We discuss which results generalize across populations, focusing on a stable effect size to be expected when using subgoal labels in programming instruction. Method: We use descriptive and inferential statistics to examine the data for the effect of subgoal labeled worked examples across different student populations and different classroom instructional designs. We specifically concentrate on the potential effect size across samples of the intervention for potential generalization. Findings: Two groups of students learning how to write loops using subgoal labeled instructional materials perform better than the others. The better performing groups were the group that was given the subgoal labels with farther transfer between worked examples and practice problems and the group that constructed their own subgoal labels with nearer transfer between worked examples and practice problems, both with medium-large effect sizes. Implications: For educators wishing to improve student learning using subgoal labeled materials should either provide students with subgoal labels while having them practice with a wide range of practice problems or allow students to generate their own subgoal labels and practice problems within similar contexts

    Using the SOLO Taxonomy to Understand Subgoal Labels Effect in CS1

    Get PDF
    is work extends previous research on subgoal labeled instructions by examining their effect across a semester-long, Java-based CS1 course. Across four quizzes, students were asked to explain in plain English the process that they would use to solve a programming problem. In this mixed methods study, we used the SOLO taxonomy to categorize student responses about problem-solving processes and compare students who learned with subgoal labels to those who did not. e use of the SOLO taxonomy classification allows us to look deeper than the mere correctness of answers to focus on the quality of the answers produced in terms of completeness of relevant concepts and explanation of relationships among concepts. Students who learned with subgoals produced higher-rated answers in terms of complexity and quality on three of four quizzes. Also, they were three times more likely to discuss issues of data type on a question about assignments and expressions than students who did not learn with subgoal labeling. is suggests that the use of subgoal labeling enabled students to gain a deeper and more complex understanding of the material presented in the course

    Design and Pilot Testing of Subgoal Labeled Worked Examples for Five Core Concepts in CS1

    Get PDF
    Subgoal learning has improved student problem-solving performance in programming, but it has been tested for only one-to-two hours of instruction at a time. Our work pioneers implementing subgoal learning throughout an entire introductory programming course. In this paper we discuss the protocol that we used to identify subgoals for core programming procedures, present the subgoal labels created for the course, and outline the subgoal-labeled instructional materials that were designed for a Java-based course. To examine the effect of subgoal labeled materials on student performance in the course, we compared quiz and exam grades between students who learned using subgoal labels and those who learned using conventional materials. Initial results indicate that learning with subgoals improves performance on early applications of concepts. Moreover, variance in performance was lower and persistence in the course was higher for students who learned with subgoals compared to those who learned with conventional materials, suggesting that learning with subgoal labels may uniquely benefit students who would normally receive low grades or dropout of the course

    Reducing Withdrawal and Failure Rates in Introductory Programming with Subgoal Labeled Worked Examples

    Get PDF
    Background: Programming a computer is an increasingly valuable skill, but dropout and failure rates in introductory programming courses are regularly as high as 50%. Like many fields, programming requires students to learn complex problem-solving procedures from instructors who tend to have tacit knowledge about low-level procedures that they have automatized. The subgoal learning framework has been used in programming and other fields to breakdown procedural problem solving into smaller pieces that novices can grasp more easily, but it has only been used in shortterm interventions. In this study, the subgoal learning framework was implemented throughout a semester-long introductory programming course to explore its longitudinal effects. Of 265 students in multiple sections of the course, half received subgoal-oriented instruction while the other half received typical instruction. Results: Learning subgoals consistently improved performance on quizzes, which were formative and given within a week of learning a new procedure, but not on exams, which were summative. While exam performance was not statistically better, the subgoal group had lower variance in exam scores and fewer students dropped or failed the course than in the control group. To better understand the learning process, we examined students’ responses to open-ended questions that asked them to explain the problem-solving process. Furthermore, we explored characteristics of learners to determine how subgoal learning affected students at risk of dropout or failure. Conclusions: Students in an introductory programming course performed better on initial assessments when they received instructions that used our intervention, subgoal labels. Though the students did not perform better than the control group on exams on average, they were less likely to get failing grades or to drop the course. Overall, subgoal labels seemed especially effective for students who might otherwise struggle to pass or complete the course

    Use of Role-play and Gamification in a Software Project Course

    Get PDF
    Soft skills are increasingly important to the engineering profession and course modifications are often needed to ensure students have opportunities to practice them prior to graduation. This suggests that engineering programs need to go beyond simply offering industry-based capstone courses and internships. Role-play has a long history as a tool for learning. It can be used to simulate real world practices in environments where consequences can be mitigated safely. In this paper, we discuss the use of team role-play activities to simulate the experience of working in a professional, game development studio as a means of enhancing an advanced undergraduate game design course. In conjunction with the role-play, a gamification framework was used within the course to allow students to customize their course participation. Gamification was used to reward students for compliance with software process steps and for taking the initiative to improve their “soft skills”. In this project, allowing students to negotiate the nature of their activities and rewards helped them develop those skills. We are using student feedback and our own lessons learned to plan the next iteration of this course

    Learning Loops: A Replication Study Illuminates Impact of HS Courses

    Get PDF
    A recent study about the effectiveness of subgoal labeling in an introductory computer science programming course both supported previous research and produced some puzzling results. In this study, we replicate the experiment with a different student population to determine if the results are repeatable. We also gave the experimental task to students in a follow-on course to explore if they had indeed mastered the programming concept. We found that the previous puzzling results were repeated. In addition, for the novice programmers, we found a statistically significant difference in performance based on whether the student had previous programming courses in high school. However, this performance difference disappears in a follow-on course after all students have taken an introductory computer science programming course. The results of this study have implications for how quickly students are evaluated for mastery of knowledge and how we group students in introductory programming courses
    corecore